home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / irit70 / irit70ps.readme < prev    next >
Text File  |  1997-05-03  |  6KB  |  119 lines

  1. Short:    3D solid modeler (PostScript docs)
  2. Author:   Gershon Elber, Amiga port by Kriton Kyrimis
  3. Uploader: kyrimis@cti.gr
  4. Type:     gfx/3d
  5.  
  6. This archive contains the user and programming manual of version 7.0 of the
  7. IRIT 3-D solid modeler in PostScript form.
  8.  
  9. General Information:
  10.  
  11. The IRIT solid modeling system is a simple environment that allows one to
  12. model basic, primitive based, models using Boolean operations as well
  13. as freeform surface's based models.
  14.  
  15. The system is designed for simplicity and is geared toward research.
  16. As such, no graphical user interface (GUI) exists or is planned in the
  17. near future.  The modeling is performed using the main
  18. module/executable of the system which is called (surprise!) IRIT. A
  19. textual interface (or PUI for programmable user interface) is
  20. available which provides the interaction interface. An interpreter
  21. processes the user's command and executes them.  This interpreter
  22. includes general mechanisms that are common in high level programming
  23. languages such as loops, conditional sentences, and functions. In
  24. addition, features that can be found in modern languages such as
  25. operator overloading and object oriented design are extensively used.
  26.  
  27. Version 7.0 of the IRIT solid modeling system contains tools that can
  28. aid in research and development in the areas of computer aided
  29. geometric design and computer graphics. Here is a list of the features
  30. that can be found:
  31.  
  32. * Full featured points/vectors/homogeneous matrices algebra by overloading
  33.   the basic operators +,-,*,/,^.
  34.  
  35. * Polygonal based modeling. Constructors for basic primitives (box, cone,
  36.   torus, etc.) are provided as well as low level constructors for direct
  37.   polygonal model's construction. Boolean operations between polygonal
  38.   models is also supported.
  39.  
  40. * Freeform curve and surface manipulation tools. Supported are
  41.   polynomial and rational Bezier and piecewise polynomial/rational NURB
  42.   curves and surfaces. A large set of tools to manipulate freeform curves
  43.   and surfaces is provided and includes (for both curves and surfaces):
  44.   + Low level Constructors (direct control points control).
  45.   + High Level Constructors (Sweep, Extrude, Boolean Sum, etc.).
  46.   + Merging and Profiling tools.
  47.   + Evaluation.
  48.   + Subdivision.
  49.   + Refinement.
  50.   + Degree Raising.
  51.   + Differentiation and Integration.
  52.   + Symbolic Computation (Difference, Sum, and Product).
  53.   + Polygonal/Polyline approximation.
  54.   + Composition.
  55.   + Offset.
  56.   + Trimmed surfaces.
  57.  
  58.     Tools to compute the zero set of curves, the extreme points,
  59. the minimal or maximal distance from a curve to a point or a line,
  60. the inflection points and/or points of extreme curvature, and the
  61. intersection points of two curves are also available.
  62.  
  63.     The symbolic tools provided allow one to represent scalar and
  64. vector fields of differential properties of the curves and surfaces
  65. such as normals and curvature. The curve's inflection and extreme
  66. curvature detection tools, mentioned above, exploits these symbolic
  67. tool and are therefore robust.
  68.  
  69. * Trivariate Bspline and bezier support that includes evaluation, iso surface
  70.   extraction, subdivision, differentiation etc.
  71.  
  72.     In addition to the main module of IRIT, several other tools
  73. are provided:
  74.  
  75.   + poly3d-h: A hidden line removal tool.
  76.   + illustrt: A line drawing illustration tool.
  77.   + xgldrvs/xglmdrvs/xmtdrvs/x11drvs/wntdrvs/os2drvs/amidrvs: Display
  78.     devices (and viewing programs at the same time) for SGI's gl, gl/Motif,
  79.     X11, X11/Motif, Window NT, OS2 2.x, and AMIGA. All these drivers
  80.     supports the display of animation using animation curves.
  81.   + irit2ps/irit2dxf/irit2iv/irit2nff/irit2plg/irit2ray/irit2scn/irit2xfg:
  82.     Filters to convert data files created by IRIT to PostScript, DXF,
  83.     SGI Inventor, NFF, REND386, Rayshade, SCN, and Xfig format.
  84.   + dat2irit/dxf2irit: Filters to convert from data file of IRIT to IRIT's
  85.     solid modeling scripts and from DXF to IRIT.
  86.  
  87.     The IRIT solid modeller is actively used in various research areas:
  88.  
  89.   + Adaptive Isocurve Algorithm. A coverage based on adaptive extraction
  90.     of isocurves can be used for various purposes from toolpath for
  91.     machining purposes to image rendering. This algorithm, that is
  92.     exploiting symbolic computation, is implemented using the IRIT
  93.     solid modeller and a tool named xgladap make use of the hardware of
  94.     the SGI systems to provide real time rendering using adaptive
  95.     isocurves.
  96.   + Layout. A new fabrication scheme automatically computes an
  97.     approximated layout of a free form surface, on the plane, so it
  98.     can be cut from planar sheets (such as paper or fabric) and
  99.     stitched together to form an approximation of the original
  100.     surface. Tools to automatically compute the layout were implemented
  101.     using IRIT.
  102.   + Morphing. Using refinement and degree raising, two tools that are
  103.     available in this system, different surfaces can be brought to
  104.     a common function space and be continuously morphed or transformed
  105.     from one to the other. Again, a successful implementation exists in
  106.     IRIT.
  107.   + Illustrt. Line drawings is a neglected area of computer graphics.
  108.     Illustrt is a tool developed with the aid of IRIT, and now is part
  109.     of IRIT, to automatically generate line drawings with special effects
  110.     such as width/size and intensity depth cueing, Z sorting, and end of
  111.     edge clipping etc.
  112.  
  113.         The system is written in C and is running on virtually all
  114. Unix environments, including but not limited to SUN's SPARC, SGI's
  115. SGI4D, HP3xx/4xx/7xx, DEC 5000, IBM RS6000, E&S ESV, and i386 SVR4,
  116. using either X11 or, when available, SGI's GL. In addition, other
  117. environments such as Window NT and OS2 using IBM PC 386 and above or
  118. 68xxx AMIGA are also supported.
  119.